home *** CD-ROM | disk | FTP | other *** search
- ;*****************************************************************************
- ;
- ; Name: M2501at.inf
- ;
- ; Function:
- ; Install the FOMA M2501 Command Drivers (WDM) on Win2000
- ;
- ; Copyright (c) 2006 MCCI
- ;
- ; MCCI is a registered trademark of Moore Computer Consultants, Inc.
- ;
- ; NOTICE: This software is licensed, not sold. Any modification of this
- ; inf file to change the reference to an operating system or to change the
- ; reference to a device is not permitted unless authorized in writing by
- ; Moore Computer Consultants, Inc.
- ;
- ;*****************************************************************************
-
- [Version]
- signature="$WINDOWS NT$"
- Class=Ports
- ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
- Provider=%Provider%
- DriverVer=08/07/2006, 4.38.7.280
- ;CatalogFile=M2501md.cat
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- [SourceDisksNames]
- ; diskid = description[, [tagfile] [, <unused>, subdir]]
- 1=%DiskString%,"M2501md.sys",,
-
- [SourceDisksFiles]
- ; filename = diskid[,[ subdir][, size]]
- M2501md.sys = 1
- M2501cn.sys = 1
-
- ;-----------------------------------------------------------------------------
- ; Specify target paths...
- ;-----------------------------------------------------------------------------
-
- [DestinationDirs]
- DefaultDestDir = 12 ; system32\drivers
- CopyFiles = 12 ; system32\drivers
- CopyFiles.Win2K = 12 ;
-
- ;-----------------------------------------------------------------------------
- ; Table of Contents
- ;-----------------------------------------------------------------------------
- [Manufacturer]
- %MO%=MO
-
- ;-----------------------------------------------------------------------------
- ; Device-by-device entries
- ;-----------------------------------------------------------------------------
- [MO]
- %MO.Comm.Desc% = MO.Install, DOCOMO_FOMA\VID_22B8&PID_640A&Class_02&SubClass_88&Prot_01&Link_00&Mode_C1&OS_NT
-
- ;-----------------------------------------------------------------------------
- ; Installation instructions
- ;-----------------------------------------------------------------------------
-
- [MO.Install.nt]
- AddReg = MO.AddReg,MO.NT.AddReg
- CopyFiles = CopyFiles, CopyFiles.Win2K
-
- ;-----------------------------------------------------------------------------
- ; Registry
- ;-----------------------------------------------------------------------------
-
- ; common registry entries
- [MO.AddReg]
- HKR,,NTMPDriver,,M2501md.sys
- HKR,,McpcDeviceGuid,,{F2525993-ABA9-4808-942C-41E84AD9BB8F} ;AT
- HKR,,M25aDeviceGuid,,{601039D5-E7A0-47d9-A1AF-A2FE9E9244CC} ;M25A device
- HKR,,MCPCOperationalLink, 0x10001, 00,00,00,00
- HKR,,MCPCOperationalMode, 0x10001, C1,00,00,00
- HKR,,OverrideDefaultPortSettings, 0x10001, 01,00,00,00
- HKR,,SuppressDataMasking, 0x10001, 01,00,00,00
- HKR,,InitialBaudRate, 0x10001, 00,C2,01,00 ;115200 initial baud rate
- HKR,,InitialLineControl,, "8N1" ;8-bits, No parity, 1 stop bit
- HKR,,McciAtDeviceGuid,,{654710C1-3451-4e61-94C0-51587957F851} ;MCCI AT device
- HKR,,M25aAtDeviceGuid,,{30E99B70-5197-48bc-8944-B5C7A7C2BB8D} ;M25A AT device
-
- ; only for NT...
- [MO.NT.AddReg]
- HKR,,PortSubClass,1,01
- HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
-
- ;-----------------------------------------------------------------------------
- ; Copy lists
- ;-----------------------------------------------------------------------------
- [CopyFiles]
-
- [CopyFiles.Win2K]
- M2501md.sys
- M2501cm.sys,M2501cn.sys
- M2501cn.sys
-
-
-
- ;-----------------------------------------------------------------------------
- ; NT Services installation
- ;-----------------------------------------------------------------------------
-
- [MO.Install.NT.Services]
- AddService = M2501md, 0x00000002, MO.Install.AddService
-
-
- [MO.Install.AddService]
- DisplayName = %MO.Service.Name%
- Description = %MO.Service.Desc%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\M2501md.sys
-
-
-
- ;-----------------------------------------------------------------------------
- ; STRINGS
- ;-----------------------------------------------------------------------------
- [Strings]
-
- ;<<localize the following>>
-
- ;BEGIN ENG - US English Strings
-
- Provider = "NTT DoCoMo, Inc. and Motorola, Inc. "
- MO = "NTT DoCoMo, Inc. and Motorola, Inc. "
- DiskString = "FOMA M2501 Command installation disk"
-
- MO.Comm.Desc = "FOMA M2501 Command Port"
- MO.Service.Name = "FOMA M2501 Command Drivers (WDM)"
- MO.Service.Desc = "FOMA M2501 Command Drivers (WDM)"
-
-
- CustomerDataPath = "M2501 Datacard USB Driver"
- DriverSet = "M2501 Datacard USB Driver"
- UninstallFile = "M2501Uninstall.exe"
- McciOptions = "Uninstallable"
-
- ;END ENG - US English Strings
-
- ;-----------------------------------------------------------------------------
- ; The following are symbolic constants which don't change per locale.
- ;-----------------------------------------------------------------------------
-
-
- ;*** end of file ***
-